You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > MatrixInt Structure > MatrixInt Methods > CountInRange Method > MatrixInt.CountInRange Method ([In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
MatrixInt.CountInRange Method ([In] int, [In] int)

Returns number of values within the interval.

Syntax
C#
Visual Basic
public int CountInRange([In] int LowValue, [In] int HighValue);

Returns number of values which fullfill condition LowValue < Value[i] < HighValue.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!